-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/16+ check ci results #22
Conversation
fix repo url close #15
4ec4ec7
to
af5da9f
Compare
some typos
@@ -4,7 +4,7 @@ | |||
name="http://e-editiones.org/tuttle" | |||
abbrev="tuttle" version="1.2.0" spec="1.0"> | |||
<title>Tuttle - Git for eXist-db</title> | |||
<dependency processor="http://exist-db.org" semver-min="5.3.0"/> | |||
<dependency processor="http://exist-db.org" semver-min="5.5.1"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing the minimum required processor version is a breaking change. Are you certain this is necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on the principle that this is the earliest version I m willing to support yes. Does it run on earlier versions maybe…
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also that's why it says BREAKING CHANGES
in the op ;-)
supersedes #17
Note: tests on
7.0.0-SNAPSHOT
are failingBREAKING CHANGES